Cleaning up files with powershell GUI confirmation

After automating my report last week, I decided I did not need a copy left lying around, so I decided to write a cleanup script. My first version was very simple, and consisted of just the required code to recurse the directory and delete the files. It occurred to me that a Yes/No MsgBox to … Continue reading Cleaning up files with powershell GUI confirmation